<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.relations.services.RelationService.override">

  <require>org.nuxeo.ecm.platform.relations.services.RelationService</require>

  <documentation>

    This service allows the definition of graph types and graphs, and the
    RelationManager interface gives access to the graphs.
  

  </documentation>
  <extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/>
    <!-- compat with incorrect code -->
    <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/>
  </extension>

</component>
